From fcafd4e9be43a197e6191922600bf54b6e636d57 Mon Sep 17 00:00:00 2001 From: parkrrrr Date: Wed, 17 May 2006 19:01:04 +0000 Subject: [PATCH] more moving of options --- xmldoc/formats/gdb.xml | 25 ++++-------- xmldoc/formats/ignrando.xml | 18 ++------- xmldoc/formats/kml.xml | 36 +++++------------ xmldoc/formats/netstumbler.xml | 39 ++++++++----------- xmldoc/formats/options/gdb-cat.xml | 5 ++- xmldoc/formats/options/gdb-ver.xml | 6 ++- xmldoc/formats/options/gdb-via.xml | 6 ++- xmldoc/formats/options/ignrando-index.xml | 8 ++++ xmldoc/formats/options/kml-deficon.xml | 4 +- xmldoc/formats/options/kml-floating.xml | 10 ++++- xmldoc/formats/options/kml-line_color.xml | 4 ++ xmldoc/formats/options/kml-line_width.xml | 5 ++- xmldoc/formats/options/kml-lines.xml | 7 +++- xmldoc/formats/options/kml-points.xml | 5 +++ .../formats/options/netstumbler-nseicon.xml | 5 ++- .../formats/options/netstumbler-nsneicon.xml | 5 ++- xmldoc/formats/options/netstumbler-seicon.xml | 5 ++- .../formats/options/netstumbler-sneicon.xml | 5 ++- xmldoc/formats/options/netstumbler-snmac.xml | 5 ++- 19 files changed, 110 insertions(+), 93 deletions(-) diff --git a/xmldoc/formats/gdb.xml b/xmldoc/formats/gdb.xml index e612e31ed..eb25c0b8b 100644 --- a/xmldoc/formats/gdb.xml +++ b/xmldoc/formats/gdb.xml @@ -1,22 +1,11 @@ - - - - Support for the "Garmin GPS Database" format used by -default in MapSource versions since release 6.0. By default we create -gdb's of version 2. Version 2 is used in Mapsource 6.3 and 6.5. + +Support for the "Garmin GPS Database" format used by +default in MapSource versions since release 6.0. By default GPSBabel creates +gdb files of version 2. Version 2 is used in Mapsource 6.3 and 6.5. - Garmin GPS database is an undocumented file format. The -basic info for this module comes from the existing MapSource + +Garmin GPS database is an undocumented file format. The +basic info for this module came from the existing MapSource conversion code. - Additional options: - - - set the data format version of the -output file (currently 1 or 2); 2 is our default. - - - Drop hidden route points (means -calculated stuff) - - - default category on output -(1..16) diff --git a/xmldoc/formats/ignrando.xml b/xmldoc/formats/ignrando.xml index a48105eb9..aedde6626 100644 --- a/xmldoc/formats/ignrando.xml +++ b/xmldoc/formats/ignrando.xml @@ -1,16 +1,6 @@ - - - - Input and output support for IGN Rando track files. IGN -Rando is a program mainly used in France for Topo maps. The files are -XML based and are "windows-1252" encoded. Trackpoints come without -timestamp. - - Options: - - - - Use track number <index> -from input data for output. The range is 1 to number of tracks in -input. + +This format supports IGN Rando track files. IGN Rando is a program mainly +used in France for Topo maps. The files are XML based and are "windows-1252" +encoded. Trackpoints do not have time stamps. diff --git a/xmldoc/formats/kml.xml b/xmldoc/formats/kml.xml index 0ade7d1aa..a77c7238c 100644 --- a/xmldoc/formats/kml.xml +++ b/xmldoc/formats/kml.xml @@ -1,26 +1,10 @@ - - - - KML, the Keyhole Markup Language, is used by Keyhole and -Google Earth. (Google Earth uses GPSBabel internally for receiver -communications and several file format imports and exports. There are -features in this file format that we don't support such as camera -views, but waypoints, tracks, and routes work well. - Additional options: - - (default n=1) Draws lines between -points in tracks and routes when n is non-zero. - - (default n=1) Draws placemarks -for tracks and routes when n is non-zero. - - (default n=6) Width of drawn -lines, in pixels. - - (default=65eeee17) Line -colour specified in hex AABBGGRR. - - (default n=0) Altitudes are -not clamped to ground when n is non-zero. This option is more useful -to pilots than to hikers. - + +KML, the Keyhole Markup Language, is used by Keyhole and +Google Earth. There are features in this file format that GPSBabel +doesn't support - such as camera views - but waypoints, tracks, and routes +work well. + + +Google Earth also uses GPSBabel internally for receiver communications +and several file format imports and exports. + diff --git a/xmldoc/formats/netstumbler.xml b/xmldoc/formats/netstumbler.xml index 00439abbc..4bdbfc777 100644 --- a/xmldoc/formats/netstumbler.xml +++ b/xmldoc/formats/netstumbler.xml @@ -1,28 +1,21 @@ - - - - NetStumbler 0.4 Summary File -- Another CSV format file. + +This format reads summary files from NetStumbler +0.4 or MacStumbler. + + The default behavior when creating waypoints is to use the SSID for the short name, and information about the access point for the description. When the SSID is not unique, is not available, or -consists of whitespace, a shortname is synthesized. The snmac option -uses the MAC address for the shortname, and includes the unmodified -SSID in the description. Different icons are assigned to encrypted, +consists of whitespace, a short name is synthesized. + + +Different icons are assigned to encrypted, non-encrypted, stealth, and non-stealth access points; these may be -changed with options. Import only. +changed with options. + + +NetStumbler + + +MacStumbler -This format also works with MacStumbler. - Additional options: - - - Name of icon used for -non-stealth non-encrypted access points - - - Name of icon used for stealth -encrypted access points - - - Name of icon used for stealth -non-encrypted access points - - - Always use the MAC address as the -shortname. - diff --git a/xmldoc/formats/options/gdb-cat.xml b/xmldoc/formats/options/gdb-cat.xml index 8b1378917..6b876e911 100644 --- a/xmldoc/formats/options/gdb-cat.xml +++ b/xmldoc/formats/options/gdb-cat.xml @@ -1 +1,4 @@ - + +This option specifies the default category for gdb output. It should be a +number from 1 to 16. + diff --git a/xmldoc/formats/options/gdb-ver.xml b/xmldoc/formats/options/gdb-ver.xml index 8b1378917..8a00cc445 100644 --- a/xmldoc/formats/options/gdb-ver.xml +++ b/xmldoc/formats/options/gdb-ver.xml @@ -1 +1,5 @@ - + +This options specifies the data format version for the output file. Version +2 is the default. Currently, the only other valid value for this option is +1. + diff --git a/xmldoc/formats/options/gdb-via.xml b/xmldoc/formats/options/gdb-via.xml index 8b1378917..0df42530c 100644 --- a/xmldoc/formats/options/gdb-via.xml +++ b/xmldoc/formats/options/gdb-via.xml @@ -1 +1,5 @@ - + +This option instructs GPSBabel to drop hidden (calculated) points from +routes. + + diff --git a/xmldoc/formats/options/ignrando-index.xml b/xmldoc/formats/options/ignrando-index.xml index 8b1378917..714a9c22f 100644 --- a/xmldoc/formats/options/ignrando-index.xml +++ b/xmldoc/formats/options/ignrando-index.xml @@ -1 +1,9 @@ + +Because the format supports only one track, this option can be used +on output to select a single track from a collection of +tracks read from a more expressive format. If you have, say, a +gpx file that contains two tracks, you can +use this option to write them one at a time to individual files. + +gpsbabel -i gpx -f tracks.gpx -o ignrando,index=1 -F track1.txt -o ignrando,index=2 -F track2.txt diff --git a/xmldoc/formats/options/kml-deficon.xml b/xmldoc/formats/options/kml-deficon.xml index 8b1378917..5f94e2595 100644 --- a/xmldoc/formats/options/kml-deficon.xml +++ b/xmldoc/formats/options/kml-deficon.xml @@ -1 +1,3 @@ - + +This option specifies the default name for waypoint icons + diff --git a/xmldoc/formats/options/kml-floating.xml b/xmldoc/formats/options/kml-floating.xml index 8b1378917..6a26606d0 100644 --- a/xmldoc/formats/options/kml-floating.xml +++ b/xmldoc/formats/options/kml-floating.xml @@ -1 +1,9 @@ - + +When this option is nonzero, altitudes are allowed to float above or below +the ground surface. By default, this option is zero so that altitudes are +clamped to the ground. Specify to allow them to +float. + + +This option is more useful to pilots than to hikers. + diff --git a/xmldoc/formats/options/kml-line_color.xml b/xmldoc/formats/options/kml-line_color.xml index 8b1378917..33892c4c7 100644 --- a/xmldoc/formats/options/kml-line_color.xml +++ b/xmldoc/formats/options/kml-line_color.xml @@ -1 +1,5 @@ + +This option specifies the line color as a hexadecimal number in +AABBGGRR format, where A is alpha, B is blue, G is green, and R is red. + diff --git a/xmldoc/formats/options/kml-line_width.xml b/xmldoc/formats/options/kml-line_width.xml index 8b1378917..0dfb9b040 100644 --- a/xmldoc/formats/options/kml-line_width.xml +++ b/xmldoc/formats/options/kml-line_width.xml @@ -1 +1,4 @@ - + +This option specifies the width of the drawn lines in pixels. The default +value is six pixels. + diff --git a/xmldoc/formats/options/kml-lines.xml b/xmldoc/formats/options/kml-lines.xml index 8b1378917..fbe2dafaa 100644 --- a/xmldoc/formats/options/kml-lines.xml +++ b/xmldoc/formats/options/kml-lines.xml @@ -1 +1,6 @@ - + +When this option is nonzero, GPSBabel draws lines between points in +tracks and routes. The default value for this option is 1, which causes +lines to be drawn by default. To disable line-drawing, specify +. + diff --git a/xmldoc/formats/options/kml-points.xml b/xmldoc/formats/options/kml-points.xml index 8b1378917..3f8241d46 100644 --- a/xmldoc/formats/options/kml-points.xml +++ b/xmldoc/formats/options/kml-points.xml @@ -1 +1,6 @@ + +When this option is nonzero, GPSBabel draws placemarks for tracks and routes. +The default value for this option is 1, which causes placemarks to be drawn. +To disable drawing of placemarks, specify . + diff --git a/xmldoc/formats/options/netstumbler-nseicon.xml b/xmldoc/formats/options/netstumbler-nseicon.xml index 8b1378917..4a6d622e8 100644 --- a/xmldoc/formats/options/netstumbler-nseicon.xml +++ b/xmldoc/formats/options/netstumbler-nseicon.xml @@ -1 +1,4 @@ - + +This option specifies the name of the icon to use for +non-stealth, encrypted access points. + diff --git a/xmldoc/formats/options/netstumbler-nsneicon.xml b/xmldoc/formats/options/netstumbler-nsneicon.xml index 8b1378917..bf0f7cc35 100644 --- a/xmldoc/formats/options/netstumbler-nsneicon.xml +++ b/xmldoc/formats/options/netstumbler-nsneicon.xml @@ -1 +1,4 @@ - + +This option specifies the name of the icon to use for +non-stealth, non-encrypted access points. + diff --git a/xmldoc/formats/options/netstumbler-seicon.xml b/xmldoc/formats/options/netstumbler-seicon.xml index 8b1378917..3f0accbdc 100644 --- a/xmldoc/formats/options/netstumbler-seicon.xml +++ b/xmldoc/formats/options/netstumbler-seicon.xml @@ -1 +1,4 @@ - + +This option specifies the name of the icon to use for +stealth, encrypted access points. + diff --git a/xmldoc/formats/options/netstumbler-sneicon.xml b/xmldoc/formats/options/netstumbler-sneicon.xml index 8b1378917..174ad2b32 100644 --- a/xmldoc/formats/options/netstumbler-sneicon.xml +++ b/xmldoc/formats/options/netstumbler-sneicon.xml @@ -1 +1,4 @@ - + +This option specifies the name of the icon to use for +stealth, non-encrypted access points. + diff --git a/xmldoc/formats/options/netstumbler-snmac.xml b/xmldoc/formats/options/netstumbler-snmac.xml index 8b1378917..db2a39481 100644 --- a/xmldoc/formats/options/netstumbler-snmac.xml +++ b/xmldoc/formats/options/netstumbler-snmac.xml @@ -1 +1,4 @@ - + +This option causes GPSBabel to use the MAC address as the short name for the +waypoint. The unmodified SSID is included in the waypoint description. + -- 2.30.2